home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / font / woafon13.zip / WOAFON13.TXT < prev   
Text File  |  1992-07-14  |  7KB  |  156 lines

  1. WOAFON13.ZIP: Additional fonts for Windows DOS boxes
  2. ----------------------------------------------------
  3.  
  4. WOAFON13.ZIP is a set of screen fonts which were originally developed
  5. for Windows 3.0. They were indended to replace the standard screen fonts
  6. used by Windows for its windowed DOS sessions. Those fonts had a fixed
  7. size (8x12 pixels for 80x25 windows, 8x8 for windows with more than 25
  8. rows), and they were almost unreadable with SuperVGA screen resolutions
  9. like 1024x768.
  10.  
  11. Windows 3.1 introduced the ability to change the fonts for DOS boxes via a
  12. "Fonts..." item in the system menu. This gives you a variety of font sizes,
  13. namely 4x6, 5x12, 6x8, 7x12, 8x8, 8x12, 10x18, 12x16, 16x8 and 16x12.
  14.  
  15. However, there is a significant gap between 8x12 (very small on 1024x768)
  16. and 10x18 (quite large, not useable if the DOS box has 43 or 50 lines).
  17.  
  18. The fonts in WOAFON13.ZIP fit nicely into this gap: Their sizes are 9x10,
  19. 9x11, 9x16 (two fonts), 10x12 and 10x13.
  20.  
  21. o LFL9X16.FON can be used for 80x25 DOS windows. It has a 9x16 pixels
  22.   character box. Uppercase characters are typically 8x12 pixels, lowercase
  23.   characters 7x9.
  24.  
  25. o LFL9X16B.FON is a "bold" version of LFL9X16. Horizontal strokes are
  26.   2 pixels wide instead of 1.
  27.  
  28. o LFL9X10.FON is intended for DOS windows with more than 25 lines. The
  29.   character box is 9x10 pixels, uppercase characters are typically 8x8
  30.   and lowercase characters 7x6.
  31.  
  32. o LFL9X11.FON is essentially the same font as LFL9X10, but line spacing
  33.   is 11 instead of 10 pixels.
  34.  
  35. o LFL10X12.FON is also intended for DOS windows with more than 25 lines;
  36.   the character box is 10x12, uppercase characters are typically 8x10 and
  37.   lowercase 8x7.
  38.  
  39. o LFL10X13.FON is again more or less the same font, but the character box
  40.   is 13 pixels high instead of 12.
  41.  
  42. LFL is for "Large Friendly Letters".
  43.  
  44.  
  45. To use these fonts with Windows 3.1:
  46.  
  47.   - Unzip WOAFON13.ZIP (you probably already did). This gives you 6 files
  48.     named LFLxxxx.FON and 2 files named V11xxxx.FON. 
  49.   - In Windows, open the Control Panel.
  50.   - Open the "Fonts" icon.
  51.   - Press the "Add..." button.
  52.   - Select the disk/directory where the LFLxxxx.FON files reside.
  53.   - The dialog box displays a list of font names, among them six named
  54.     "Large Friendly letters (...)".
  55.   - Select (some of) these names. You should choose only one of the 9x16
  56.     fonts.
  57.   - Press the OK button.
  58.   - Choose "Close".
  59.   - The "Fonts..." option in your DOS windows' system menu should now
  60.     have additional entries like '9 x 16', '10 x 13' etc.
  61.  
  62.   Remarks:
  63.  
  64.   - If you are using an old (Windows 3.0) display driver, you may have
  65.     to explicitely enable the ability to change DOS fonts. Place the
  66.     following line into SYSTEM.INI, under the [NonWindowsApp] heading:
  67.  
  68.     FontChangeEnable=1
  69.  
  70.     With old display drivers, cursor alignment can sometimes be incorrect.
  71.  
  72.   - Only one of the 9x16 fonts can be used at the same time.
  73.  
  74.   - Once installed, these fonts can also be used in other applications,
  75.     e.g. Windows Terminal.
  76.  
  77.   - You can also try to replace the FIXEDFON.FON entry in SYSTEM.INI with
  78.     one of the LFL fonts. This will affect applications like Notepad,
  79.     WinQVT/Net (News Reader) etc. However, ASCII characters above 128 dec
  80.     (foreign letters etc.) will not display correctly, since FIXEDFON.FON
  81.     uses the "ANSI" codepage while OEM fonts use the PC codepage 437.
  82.  
  83.   - I had a small problem after the installation process: Although I had
  84.     specified OEMFONTS.FON=8514OEM.FON in SYSTEM.INI, Windows picked up
  85.     one of the LFL fonts as its standard OEM font. On one system (Tseng
  86.     ET4000 1024x768) I was able to correct this with 'Terminal=8514oem'
  87.     in the [FontSubstitutes] section of WIN.INI; this also gives you an
  88.     additional 10x20 font in the 'Fonts...' menu. On another system
  89.     (Compaq QVision) this didn't work. The only solution was *not* to
  90.     install any OEM fonts with the control panel, but to specify some
  91.     LFL fonts in the xGAy0WOA.FON= (x=C/E, y=4/8) entries in SYSTEM.INI.
  92.  
  93. To use these fonts with Windows 3.0:
  94.  
  95.   - Copy them into the directory where your Windows fonts reside
  96.     (usually the SYSTEM subdirectory of the Windows directory).
  97.   - Edit the file SYSTEM.INI, which is in your Windows directory. Look
  98.     for the following lines within the [386enh] section:
  99.  
  100.     EGA80WOA.FON=EGA80WOA.FON
  101.     EGA40WOA.FON=EGA40WOA.FON
  102.     CGA80WOA.FON=CGA80WOA.FON
  103.     CGA40WOA.FON=CGA40WOA.FON
  104.  
  105.     Replace these entries with (e.g.):
  106.  
  107.     EGA80WOA.FON=LFL9X16.FON
  108.     EGA40WOA.FON=LFL9X16.FON
  109.     CGA80WOA.FON=LFL9X10.FON
  110.     CGA40WOA.FON=LFL9X10.FON
  111.  
  112.     or:
  113.  
  114.     EGA80WOA.FON=8514OEM.FON
  115.     EGA40WOA.FON=8514OEM.FON
  116.     CGA80WOA.FON=LFL10X12.FON
  117.     CGA40WOA.FON=LFL10X12.FON
  118.     
  119.     You have to overwrite the C/EGA40WOA entries as well, otherwise
  120.     Windows will choose CGA40WOA instead of the LFL font. Also, the
  121.     OEMFONTS.FON= entry in SYSTEM.INI should specify 8514OEM.FON and
  122.     not VGAOEM.FON.
  123.  
  124.  
  125. These fonts are free; they shouldn't be used for commercial purposes.
  126.  
  127.  
  128.  
  129. Peter Karrer                                 pkarrer@bernina.ethz.ch
  130.  
  131.  
  132. --------
  133. History:
  134. V 1.1: - Initial version [11/91]
  135. V 1.2: - Corrected the default character from 'a' to ' ' (8514OEM.FON which
  136.          I used as a template for the LFL fonts has the same problem. To fix
  137.          8514OEM.FON: debug 8514oem.fon<CR>e635 1f<CR>e6b1 1f<CR>w<CR>q<CR>).
  138.        - Corrected the "Ascender Height" attribute of some of the fonts.
  139.        - Corrected the character hex BF ("upper right corner" box char) which
  140.          was positioned one pixel too high in 4 of the 6 fonts.
  141.        - Redesigned LFL9X16 and LFL9X16B. Most lowercase characters are now
  142.          7 pixels wide instead of 8. The characters looked just a bit too
  143.          closely spaced to me; however, this might be different on other video
  144.          cards and/or monitors. The old versions are therefore still included
  145.          (V119X16.FON and V119X16B.fon).
  146.        - Partially rewrote this file. [01/92]
  147. V 1.3: - Changed face names from "LFLxxxx" to "Terminal" (Win 3.1).
  148.        - Changed font names from "Terminal (...)" to "Large Friendly
  149.          Letters (...)".
  150.        - Changed the "PitchAndFamily" flag from 0 to 0x30.
  151.        - Changed the "internal leading" from 2 to 0.
  152.        - The fix for the Windows 3.1 8514OEM.FON is: debug 8514oem.fon<CR>
  153.          e2b5 1f<CR>e331 1f<CR>w<CR>q<CR>.
  154.        - Rewrote this file. [07/92]
  155.  
  156.